home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 5 (Internal Edition) / Apple R&P Lib Internal v5.0.iso / 6-Developer Demos / Developer Demos-Ed. / Macintosh School® CD-ROM Demo / Macintosh SchoolÆ CD-ROM Demo / card_104809.txt < prev    next >
Text File  |  1990-08-14  |  19KB  |  922 lines

  1. -- card: 104809 from stack: in
  2. -- bmap block id: 105267
  3. -- flags: 4000
  4. -- background id: 14423
  5. -- name: Assignments
  6. ----- HyperTalk script -----
  7. on openCard
  8.   setMenuItem 1091,1,"New Task"
  9.   enableMenuItem 1093,4,true
  10.   enableMenuItem 1093,5,true
  11.   enableMenuItem 1093,6,true
  12.   checkMenuItem 1093,4,true
  13.   checkMenuItem 1093,5,false
  14.   checkMenuItem 1093,6,false
  15.   put "Total Points" into card field "Weight"
  16. end openCard
  17.  
  18. on closeCard
  19.   setMenuItem 1091,1,"New Bin"
  20. end closeCard
  21.  
  22. on doMenu menuItem
  23.   if menuItem is "Clear" then
  24.     if the selectedField is empty then exit doMenu
  25.     lock screen
  26.     repeat with index = 1 to 3
  27.       if the number of the selectedField is index then
  28.         subtract 1 from background field "Tasks"
  29.         repeat with count1 = 1 to 4
  30.           if short name of this card is background field count1 then
  31.             add 1 to background field (count1 + 4)
  32.           end if
  33.         end repeat
  34.         repeat with count1 = (index + 1) to 3
  35.           if visible of card field count1 then
  36.             put card field count1 into card field (count1 - 1)
  37.             repeat with count2 = 1 to 5
  38.               put card field id ((count1 * 5) + count2) into card field id (((count1 - 1) * 5) + count2)
  39.             end repeat
  40.             repeat with count2 = 1 to 5
  41.               put card field id ((count1 * 5) + count2 + 15) into card field id (((count1 - 1) * 5) + count2 + 15)
  42.             end repeat
  43.           else
  44.             hide card field (count1 - 1)
  45.             repeat with count2 = 1 to 5
  46.               put empty into card field id (((count1 - 1) * 5) + count2)
  47.             end repeat
  48.             repeat with count2 = 1 to 5
  49.               put empty into card field id (((count1 - 1) * 5) + count2 + 15)
  50.             end repeat
  51.             exit repeat
  52.           end if
  53.         end repeat
  54.         if index = 3 OR count1 = 3 then
  55.           hide card field 3
  56.           repeat with count2 = 1 to 5
  57.             put empty into card field id (count2 + 15)
  58.           end repeat
  59.           repeat with count2 = 1 to 5
  60.             put empty into card field id (count2 + 30)
  61.           end repeat
  62.         end if
  63.         exit repeat
  64.       end if
  65.     end repeat
  66.     unlock screen
  67.   else if menuItem is "Total Points" then
  68.     put menuItem into card field "Weight"
  69.     checkMenuItem 1093,4,true
  70.     checkMenuItem 1093,5,false
  71.     checkMenuItem 1093,6,false
  72.   else if menuItem is "Scalar Weight" then
  73.     put menuItem into card field "Weight"
  74.     checkMenuItem 1093,4,false
  75.     checkMenuItem 1093,5,true
  76.     checkMenuItem 1093,6,false
  77.   else if menuItem is "Percentage Weight" then
  78.     put menuItem into card field "Weight"
  79.     checkMenuItem 1093,4,false
  80.     checkMenuItem 1093,5,false
  81.     checkMenuItem 1093,6,true
  82.   else pass doMenu
  83. end doMenu
  84.  
  85.  
  86. -- part 1 (button)
  87. -- low flags: 00
  88. -- high flags: 0000
  89. -- rect: left=0 top=0 right=342 bottom=512
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 0 / 0
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: 
  98. ----- HyperTalk script -----
  99. on mouseUp
  100.   lock screen
  101.   set cursor to watch
  102.   repeat with index = 1 to the number of bg fields
  103.     put bg field index into item index of array
  104.   end repeat
  105.   go to first card of this background
  106.   repeat with index = 1 to the number of bg fields
  107.     put item index of array into bg field index
  108.   end repeat
  109.   unlock screen
  110.   set cursor to hand
  111. end mouseUp
  112.  
  113.  
  114.  
  115. -- part 2 (button)
  116. -- low flags: 00
  117. -- high flags: 0000
  118. -- rect: left=4 top=26 right=300 bottom=358
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 0 / 0
  121. -- text alignment: 1
  122. -- font id: 0
  123. -- text size: 12
  124. -- style flags: 0
  125. -- line height: 16
  126. -- part name: 
  127.  
  128.  
  129. -- part 3 (field)
  130. -- low flags: 80
  131. -- high flags: 0000
  132. -- rect: left=126 top=56 right=106 bottom=197
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 0 / 0
  135. -- text alignment: 0
  136. -- font id: 3
  137. -- text size: 9
  138. -- style flags: 0
  139. -- line height: 12
  140. -- part name: 
  141.  
  142.  
  143. -- part 4 (field)
  144. -- low flags: 80
  145. -- high flags: 0000
  146. -- rect: left=198 top=56 right=106 bottom=269
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 0 / 0
  149. -- text alignment: 0
  150. -- font id: 3
  151. -- text size: 9
  152. -- style flags: 0
  153. -- line height: 12
  154. -- part name: 
  155.  
  156.  
  157. -- part 5 (field)
  158. -- low flags: 80
  159. -- high flags: 0000
  160. -- rect: left=270 top=56 right=106 bottom=341
  161. -- title width / last selected line: 0
  162. -- icon id / first selected line: 0 / 0
  163. -- text alignment: 0
  164. -- font id: 3
  165. -- text size: 9
  166. -- style flags: 0
  167. -- line height: 12
  168. -- part name: 
  169.  
  170.  
  171. -- part 6 (field)
  172. -- low flags: 00
  173. -- high flags: 0000
  174. -- rect: left=126 top=107 right=122 bottom=197
  175. -- title width / last selected line: 0
  176. -- icon id / first selected line: 0 / 0
  177. -- text alignment: 65535
  178. -- font id: 3
  179. -- text size: 9
  180. -- style flags: 0
  181. -- line height: 12
  182. -- part name: 
  183.  
  184.  
  185. -- part 7 (field)
  186. -- low flags: 00
  187. -- high flags: 0000
  188. -- rect: left=126 top=123 right=138 bottom=197
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 0 / 0
  191. -- text alignment: 65535
  192. -- font id: 3
  193. -- text size: 9
  194. -- style flags: 0
  195. -- line height: 12
  196. -- part name: 
  197.  
  198.  
  199. -- part 8 (field)
  200. -- low flags: 01
  201. -- high flags: 0000
  202. -- rect: left=126 top=139 right=154 bottom=197
  203. -- title width / last selected line: 0
  204. -- icon id / first selected line: 0 / 0
  205. -- text alignment: 65535
  206. -- font id: 3
  207. -- text size: 9
  208. -- style flags: 0
  209. -- line height: 12
  210. -- part name: 
  211.  
  212.  
  213. -- part 9 (field)
  214. -- low flags: 01
  215. -- high flags: 0000
  216. -- rect: left=126 top=155 right=170 bottom=197
  217. -- title width / last selected line: 0
  218. -- icon id / first selected line: 0 / 0
  219. -- text alignment: 65535
  220. -- font id: 3
  221. -- text size: 9
  222. -- style flags: 0
  223. -- line height: 12
  224. -- part name: 
  225.  
  226.  
  227. -- part 10 (field)
  228. -- low flags: 01
  229. -- high flags: 0000
  230. -- rect: left=126 top=171 right=186 bottom=197
  231. -- title width / last selected line: 0
  232. -- icon id / first selected line: 0 / 0
  233. -- text alignment: 65535
  234. -- font id: 3
  235. -- text size: 9
  236. -- style flags: 0
  237. -- line height: 12
  238. -- part name: 
  239.  
  240.  
  241. -- part 11 (field)
  242. -- low flags: 00
  243. -- high flags: 0000
  244. -- rect: left=198 top=107 right=122 bottom=269
  245. -- title width / last selected line: 0
  246. -- icon id / first selected line: 0 / 0
  247. -- text alignment: 65535
  248. -- font id: 3
  249. -- text size: 9
  250. -- style flags: 0
  251. -- line height: 12
  252. -- part name: 
  253.  
  254.  
  255. -- part 12 (field)
  256. -- low flags: 00
  257. -- high flags: 0000
  258. -- rect: left=198 top=123 right=138 bottom=269
  259. -- title width / last selected line: 0
  260. -- icon id / first selected line: 0 / 0
  261. -- text alignment: 65535
  262. -- font id: 3
  263. -- text size: 9
  264. -- style flags: 0
  265. -- line height: 12
  266. -- part name: 
  267.  
  268.  
  269. -- part 13 (field)
  270. -- low flags: 01
  271. -- high flags: 0000
  272. -- rect: left=198 top=139 right=154 bottom=269
  273. -- title width / last selected line: 0
  274. -- icon id / first selected line: 0 / 0
  275. -- text alignment: 65535
  276. -- font id: 3
  277. -- text size: 9
  278. -- style flags: 0
  279. -- line height: 12
  280. -- part name: 
  281.  
  282.  
  283. -- part 14 (field)
  284. -- low flags: 01
  285. -- high flags: 0000
  286. -- rect: left=198 top=155 right=170 bottom=269
  287. -- title width / last selected line: 0
  288. -- icon id / first selected line: 0 / 0
  289. -- text alignment: 65535
  290. -- font id: 3
  291. -- text size: 9
  292. -- style flags: 0
  293. -- line height: 12
  294. -- part name: 
  295.  
  296.  
  297. -- part 15 (field)
  298. -- low flags: 01
  299. -- high flags: 0000
  300. -- rect: left=198 top=171 right=186 bottom=269
  301. -- title width / last selected line: 0
  302. -- icon id / first selected line: 0 / 0
  303. -- text alignment: 65535
  304. -- font id: 3
  305. -- text size: 9
  306. -- style flags: 0
  307. -- line height: 12
  308. -- part name: 
  309.  
  310.  
  311. -- part 16 (field)
  312. -- low flags: 00
  313. -- high flags: 0000
  314. -- rect: left=270 top=107 right=122 bottom=341
  315. -- title width / last selected line: 0
  316. -- icon id / first selected line: 0 / 0
  317. -- text alignment: 65535
  318. -- font id: 3
  319. -- text size: 9
  320. -- style flags: 0
  321. -- line height: 12
  322. -- part name: 
  323.  
  324.  
  325. -- part 17 (field)
  326. -- low flags: 00
  327. -- high flags: 0000
  328. -- rect: left=270 top=123 right=138 bottom=341
  329. -- title width / last selected line: 0
  330. -- icon id / first selected line: 0 / 0
  331. -- text alignment: 65535
  332. -- font id: 3
  333. -- text size: 9
  334. -- style flags: 0
  335. -- line height: 12
  336. -- part name: 
  337.  
  338.  
  339. -- part 18 (field)
  340. -- low flags: 01
  341. -- high flags: 0000
  342. -- rect: left=270 top=139 right=154 bottom=341
  343. -- title width / last selected line: 0
  344. -- icon id / first selected line: 0 / 0
  345. -- text alignment: 65535
  346. -- font id: 3
  347. -- text size: 9
  348. -- style flags: 0
  349. -- line height: 12
  350. -- part name: 
  351.  
  352.  
  353. -- part 19 (field)
  354. -- low flags: 01
  355. -- high flags: 0000
  356. -- rect: left=270 top=155 right=170 bottom=341
  357. -- title width / last selected line: 0
  358. -- icon id / first selected line: 0 / 0
  359. -- text alignment: 65535
  360. -- font id: 3
  361. -- text size: 9
  362. -- style flags: 0
  363. -- line height: 12
  364. -- part name: 
  365.  
  366.  
  367. -- part 20 (field)
  368. -- low flags: 01
  369. -- high flags: 0000
  370. -- rect: left=270 top=171 right=186 bottom=341
  371. -- title width / last selected line: 0
  372. -- icon id / first selected line: 0 / 0
  373. -- text alignment: 65535
  374. -- font id: 3
  375. -- text size: 9
  376. -- style flags: 0
  377. -- line height: 12
  378. -- part name: 
  379.  
  380.  
  381. -- part 21 (field)
  382. -- low flags: 00
  383. -- high flags: 0000
  384. -- rect: left=126 top=205 right=220 bottom=197
  385. -- title width / last selected line: 0
  386. -- icon id / first selected line: 0 / 0
  387. -- text alignment: 65535
  388. -- font id: 3
  389. -- text size: 9
  390. -- style flags: 0
  391. -- line height: 12
  392. -- part name: 
  393.  
  394.  
  395. -- part 22 (field)
  396. -- low flags: 00
  397. -- high flags: 0000
  398. -- rect: left=126 top=221 right=236 bottom=197
  399. -- title width / last selected line: 0
  400. -- icon id / first selected line: 0 / 0
  401. -- text alignment: 65535
  402. -- font id: 3
  403. -- text size: 9
  404. -- style flags: 0
  405. -- line height: 12
  406. -- part name: 
  407.  
  408.  
  409. -- part 23 (field)
  410. -- low flags: 00
  411. -- high flags: 0000
  412. -- rect: left=126 top=237 right=252 bottom=197
  413. -- title width / last selected line: 0
  414. -- icon id / first selected line: 0 / 0
  415. -- text alignment: 65535
  416. -- font id: 3
  417. -- text size: 9
  418. -- style flags: 0
  419. -- line height: 12
  420. -- part name: 
  421.  
  422.  
  423. -- part 24 (field)
  424. -- low flags: 00
  425. -- high flags: 0000
  426. -- rect: left=126 top=253 right=268 bottom=197
  427. -- title width / last selected line: 0
  428. -- icon id / first selected line: 0 / 0
  429. -- text alignment: 65535
  430. -- font id: 3
  431. -- text size: 9
  432. -- style flags: 0
  433. -- line height: 12
  434. -- part name: 
  435.  
  436.  
  437. -- part 25 (field)
  438. -- low flags: 00
  439. -- high flags: 0000
  440. -- rect: left=126 top=269 right=284 bottom=197
  441. -- title width / last selected line: 0
  442. -- icon id / first selected line: 0 / 0
  443. -- text alignment: 65535
  444. -- font id: 3
  445. -- text size: 9
  446. -- style flags: 0
  447. -- line height: 12
  448. -- part name: 
  449.  
  450.  
  451. -- part 26 (field)
  452. -- low flags: 00
  453. -- high flags: 0000
  454. -- rect: left=198 top=205 right=220 bottom=269
  455. -- title width / last selected line: 0
  456. -- icon id / first selected line: 0 / 0
  457. -- text alignment: 65535
  458. -- font id: 3
  459. -- text size: 9
  460. -- style flags: 0
  461. -- line height: 12
  462. -- part name: 
  463.  
  464.  
  465. -- part 27 (field)
  466. -- low flags: 00
  467. -- high flags: 0000
  468. -- rect: left=198 top=221 right=236 bottom=269
  469. -- title width / last selected line: 0
  470. -- icon id / first selected line: 0 / 0
  471. -- text alignment: 65535
  472. -- font id: 3
  473. -- text size: 9
  474. -- style flags: 0
  475. -- line height: 12
  476. -- part name: 
  477.  
  478.  
  479. -- part 28 (field)
  480. -- low flags: 00
  481. -- high flags: 0000
  482. -- rect: left=198 top=237 right=252 bottom=269
  483. -- title width / last selected line: 0
  484. -- icon id / first selected line: 0 / 0
  485. -- text alignment: 65535
  486. -- font id: 3
  487. -- text size: 9
  488. -- style flags: 0
  489. -- line height: 12
  490. -- part name: 
  491.  
  492.  
  493. -- part 29 (field)
  494. -- low flags: 00
  495. -- high flags: 0000
  496. -- rect: left=198 top=253 right=268 bottom=269
  497. -- title width / last selected line: 0
  498. -- icon id / first selected line: 0 / 0
  499. -- text alignment: 65535
  500. -- font id: 3
  501. -- text size: 9
  502. -- style flags: 0
  503. -- line height: 12
  504. -- part name: 
  505.  
  506.  
  507. -- part 30 (field)
  508. -- low flags: 00
  509. -- high flags: 0000
  510. -- rect: left=198 top=269 right=284 bottom=269
  511. -- title width / last selected line: 0
  512. -- icon id / first selected line: 0 / 0
  513. -- text alignment: 65535
  514. -- font id: 3
  515. -- text size: 9
  516. -- style flags: 0
  517. -- line height: 12
  518. -- part name: 
  519.  
  520.  
  521. -- part 31 (field)
  522. -- low flags: 00
  523. -- high flags: 0000
  524. -- rect: left=270 top=205 right=220 bottom=341
  525. -- title width / last selected line: 0
  526. -- icon id / first selected line: 0 / 0
  527. -- text alignment: 65535
  528. -- font id: 3
  529. -- text size: 9
  530. -- style flags: 0
  531. -- line height: 12
  532. -- part name: 
  533.  
  534.  
  535. -- part 32 (field)
  536. -- low flags: 00
  537. -- high flags: 0000
  538. -- rect: left=270 top=221 right=236 bottom=341
  539. -- title width / last selected line: 0
  540. -- icon id / first selected line: 0 / 0
  541. -- text alignment: 65535
  542. -- font id: 3
  543. -- text size: 9
  544. -- style flags: 0
  545. -- line height: 12
  546. -- part name: 
  547.  
  548.  
  549. -- part 33 (field)
  550. -- low flags: 00
  551. -- high flags: 0000
  552. -- rect: left=270 top=237 right=252 bottom=341
  553. -- title width / last selected line: 0
  554. -- icon id / first selected line: 0 / 0
  555. -- text alignment: 65535
  556. -- font id: 3
  557. -- text size: 9
  558. -- style flags: 0
  559. -- line height: 12
  560. -- part name: 
  561.  
  562.  
  563. -- part 34 (field)
  564. -- low flags: 00
  565. -- high flags: 0000
  566. -- rect: left=270 top=253 right=268 bottom=341
  567. -- title width / last selected line: 0
  568. -- icon id / first selected line: 0 / 0
  569. -- text alignment: 65535
  570. -- font id: 3
  571. -- text size: 9
  572. -- style flags: 0
  573. -- line height: 12
  574. -- part name: 
  575.  
  576.  
  577. -- part 35 (field)
  578. -- low flags: 00
  579. -- high flags: 0000
  580. -- rect: left=270 top=269 right=284 bottom=341
  581. -- title width / last selected line: 0
  582. -- icon id / first selected line: 0 / 0
  583. -- text alignment: 65535
  584. -- font id: 3
  585. -- text size: 9
  586. -- style flags: 0
  587. -- line height: 12
  588. -- part name: 
  589.  
  590.  
  591. -- part 36 (field)
  592. -- low flags: 01
  593. -- high flags: 0000
  594. -- rect: left=34 top=55 right=69 bottom=102
  595. -- title width / last selected line: 0
  596. -- icon id / first selected line: 0 / 0
  597. -- text alignment: 0
  598. -- font id: 3
  599. -- text size: 9
  600. -- style flags: 0
  601. -- line height: 12
  602. -- part name: Number of Tasks
  603.  
  604.  
  605. -- part 37 (button)
  606. -- low flags: 00
  607. -- high flags: 0000
  608. -- rect: left=11 top=28 right=43 bottom=26
  609. -- title width / last selected line: 0
  610. -- icon id / first selected line: 5068 / 5068
  611. -- text alignment: 1
  612. -- font id: 0
  613. -- text size: 12
  614. -- style flags: 0
  615. -- line height: 16
  616. -- part name: Close
  617. ----- HyperTalk script -----
  618. on mouseDown
  619.   set icon of me to "Close Box Hi"
  620. end mouseDown
  621.  
  622. on mouseLeave
  623.   set icon of me to "Close Box"
  624. end mouseLeave
  625.  
  626. on mouseUp
  627.   set icon of me to "Close Box"
  628.   lock screen
  629.   set cursor to watch
  630.   repeat with index = 1 to the number of bg fields
  631.     put bg field index into item index of array
  632.   end repeat
  633.   go to first card of this background
  634.   repeat with index = 1 to the number of bg fields
  635.     put item index of array into bg field index
  636.   end repeat
  637.   unlock screen with zoom close
  638.   set cursor to hand
  639. end mouseUp
  640.  
  641.  
  642. -- part 38 (field)
  643. -- low flags: 01
  644. -- high flags: 0000
  645. -- rect: left=5 top=123 right=137 bottom=125
  646. -- title width / last selected line: 0
  647. -- icon id / first selected line: 0 / 0
  648. -- text alignment: 0
  649. -- font id: 3
  650. -- text size: 9
  651. -- style flags: 0
  652. -- line height: 12
  653. -- part name: Weight
  654.  
  655.  
  656. -- part contents for card part 36
  657. ----- text -----
  658. are 0 tasks
  659.  
  660. -- part contents for card part 3
  661. ----- text -----
  662. Essays
  663.  
  664. -- part contents for background part 14
  665. ----- text -----
  666. 3
  667.  
  668. -- part contents for background part 15
  669. ----- text -----
  670. 1
  671.  
  672. -- part contents for background part 16
  673. ----- text -----
  674. 100.0
  675.  
  676. -- part contents for background part 61
  677. ----- text -----
  678. 92.5
  679.  
  680. -- part contents for background part 62
  681. ----- text -----
  682. 85.0
  683.  
  684. -- part contents for background part 63
  685. ----- text -----
  686. 67.5
  687.  
  688. -- part contents for background part 64
  689. ----- text -----
  690. 87.5
  691.  
  692. -- part contents for background part 65
  693. ----- text -----
  694. 52.5
  695.  
  696. -- part contents for background part 66
  697. ----- text -----
  698. 64.0
  699.  
  700. -- part contents for background part 67
  701. ----- text -----
  702. 77.5
  703.  
  704. -- part contents for background part 68
  705. ----- text -----
  706. 82.5
  707.  
  708. -- part contents for background part 13
  709. ----- text -----
  710. 13
  711.  
  712. -- part contents for card part 38
  713. ----- text -----
  714. Total Points
  715.  
  716. -- part contents for background part 9
  717. ----- text -----
  718. 1
  719.  
  720. -- part contents for background part 10
  721. ----- text -----
  722. 0
  723.  
  724. -- part contents for card part 4
  725. ----- text -----
  726. Task 3
  727.  
  728. -- part contents for background part 11
  729. ----- text -----
  730. 0
  731.  
  732. -- part contents for card part 5
  733. ----- text -----
  734. Task 3
  735.  
  736. -- part contents for background part 78
  737. ----- text -----
  738. Omit
  739.  
  740. -- part contents for background part 5
  741. ----- text -----
  742. Assignments
  743.  
  744. -- part contents for background part 6
  745. ----- text -----
  746. Exams
  747.  
  748. -- part contents for background part 7
  749. ----- text -----
  750. Term 1 Mark
  751.  
  752. -- part contents for background part 8
  753. ----- text -----
  754. Exams
  755.  
  756. -- part contents for background part 12
  757. ----- text -----
  758. 1
  759.  
  760. -- part contents for background part 17
  761. ----- text -----
  762. 25.0
  763.  
  764. -- part contents for background part 18
  765. ----- text -----
  766. Omit
  767.  
  768. -- part contents for background part 19
  769. ----- text -----
  770. 0.0
  771.  
  772. -- part contents for background part 20
  773. ----- text -----
  774. 75.0
  775.  
  776. -- part contents for background part 21
  777. ----- text -----
  778. Omit
  779.  
  780. -- part contents for background part 22
  781. ----- text -----
  782. 0.0
  783.  
  784. -- part contents for background part 23
  785. ----- text -----
  786. 0.0
  787.  
  788. -- part contents for background part 24
  789. ----- text -----
  790. Omit
  791.  
  792. -- part contents for background part 25
  793. ----- text -----
  794. 0.0
  795.  
  796. -- part contents for background part 29
  797. ----- text -----
  798. 92.5
  799.  
  800. -- part contents for background part 30
  801. ----- text -----
  802. 85.0
  803.  
  804. -- part contents for background part 31
  805. ----- text -----
  806. 67.5
  807.  
  808. -- part contents for background part 32
  809. ----- text -----
  810. 87.5
  811.  
  812. -- part contents for background part 33
  813. ----- text -----
  814. 52.5
  815.  
  816. -- part contents for background part 34
  817. ----- text -----
  818. 64.0
  819.  
  820. -- part contents for background part 35
  821. ----- text -----
  822. 77.5
  823.  
  824. -- part contents for background part 36
  825. ----- text -----
  826. 82.5
  827.  
  828. -- part contents for background part 37
  829. ----- text -----
  830. Omit
  831.  
  832. -- part contents for background part 38
  833. ----- text -----
  834. Omit
  835.  
  836. -- part contents for background part 39
  837. ----- text -----
  838. Omit
  839.  
  840. -- part contents for background part 40
  841. ----- text -----
  842. Omit
  843.  
  844. -- part contents for background part 41
  845. ----- text -----
  846. Omit
  847.  
  848. -- part contents for background part 42
  849. ----- text -----
  850. Omit
  851.  
  852. -- part contents for background part 43
  853. ----- text -----
  854. Omit
  855.  
  856. -- part contents for background part 44
  857. ----- text -----
  858. Omit
  859.  
  860. -- part contents for background part 45
  861. ----- text -----
  862. Omit
  863.  
  864. -- part contents for background part 46
  865. ----- text -----
  866. Omit
  867.  
  868. -- part contents for background part 47
  869. ----- text -----
  870. Omit
  871.  
  872. -- part contents for background part 48
  873. ----- text -----
  874. Omit
  875.  
  876. -- part contents for background part 49
  877. ----- text -----
  878. Omit
  879.  
  880. -- part contents for background part 50
  881. ----- text -----
  882. Omit
  883.  
  884. -- part contents for background part 51
  885. ----- text -----
  886. Omit
  887.  
  888. -- part contents for background part 52
  889. ----- text -----
  890. Omit
  891.  
  892. -- part contents for background part 69
  893. ----- text -----
  894. A
  895.  
  896. -- part contents for background part 70
  897. ----- text -----
  898. A-
  899.  
  900. -- part contents for background part 71
  901. ----- text -----
  902. C+
  903.  
  904. -- part contents for background part 72
  905. ----- text -----
  906. A-
  907.  
  908. -- part contents for background part 73
  909. ----- text -----
  910. D
  911.  
  912. -- part contents for background part 74
  913. ----- text -----
  914. C
  915.  
  916. -- part contents for background part 75
  917. ----- text -----
  918. B
  919.  
  920. -- part contents for background part 76
  921. ----- text -----
  922. B+